3.2.20 \(\int \frac {1}{\sqrt {x} \sqrt {b \sqrt {x}+a x}} \, dx\) [120]

Optimal. Leaf size=34 \[ \frac {4 \tanh ^{-1}\left (\frac {\sqrt {a} \sqrt {x}}{\sqrt {b \sqrt {x}+a x}}\right )}{\sqrt {a}} \]

[Out]

4*arctanh(a^(1/2)*x^(1/2)/(b*x^(1/2)+a*x)^(1/2))/a^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 34, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2038, 634, 212} \begin {gather*} \frac {4 \tanh ^{-1}\left (\frac {\sqrt {a} \sqrt {x}}{\sqrt {a x+b \sqrt {x}}}\right )}{\sqrt {a}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(Sqrt[x]*Sqrt[b*Sqrt[x] + a*x]),x]

[Out]

(4*ArcTanh[(Sqrt[a]*Sqrt[x])/Sqrt[b*Sqrt[x] + a*x]])/Sqrt[a]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 634

Int[1/Sqrt[(b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(1 - c*x^2), x], x, x/Sqrt[b*x + c*x^2
]], x] /; FreeQ[{b, c}, x]

Rule 2038

Int[(x_)^(m_.)*((a_.)*(x_)^(j_.) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[(a*x^Simplify[j/n]
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, j, m, n, p}, x] &&  !IntegerQ[p] && NeQ[n, j] && IntegerQ[Simplify[j
/n]] && EqQ[Simplify[m - n + 1], 0]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {x} \sqrt {b \sqrt {x}+a x}} \, dx &=2 \text {Subst}\left (\int \frac {1}{\sqrt {b x+a x^2}} \, dx,x,\sqrt {x}\right )\\ &=4 \text {Subst}\left (\int \frac {1}{1-a x^2} \, dx,x,\frac {\sqrt {x}}{\sqrt {b \sqrt {x}+a x}}\right )\\ &=\frac {4 \tanh ^{-1}\left (\frac {\sqrt {a} \sqrt {x}}{\sqrt {b \sqrt {x}+a x}}\right )}{\sqrt {a}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 40, normalized size = 1.18 \begin {gather*} -\frac {2 \log \left (b+2 a \sqrt {x}-2 \sqrt {a} \sqrt {b \sqrt {x}+a x}\right )}{\sqrt {a}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(Sqrt[x]*Sqrt[b*Sqrt[x] + a*x]),x]

[Out]

(-2*Log[b + 2*a*Sqrt[x] - 2*Sqrt[a]*Sqrt[b*Sqrt[x] + a*x]])/Sqrt[a]

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(132\) vs. \(2(24)=48\).
time = 0.39, size = 133, normalized size = 3.91

method result size
derivativedivides \(\frac {2 \ln \left (\frac {\frac {b}{2}+a \sqrt {x}}{\sqrt {a}}+\sqrt {b \sqrt {x}+a x}\right )}{\sqrt {a}}\) \(32\)
default \(\frac {\sqrt {b \sqrt {x}+a x}\, \left (2 \sqrt {b \sqrt {x}+a x}\, \sqrt {a}+b \ln \left (\frac {2 a \sqrt {x}+2 \sqrt {b \sqrt {x}+a x}\, \sqrt {a}+b}{2 \sqrt {a}}\right )-2 \sqrt {\sqrt {x}\, \left (a \sqrt {x}+b \right )}\, \sqrt {a}+b \ln \left (\frac {2 a \sqrt {x}+2 \sqrt {\sqrt {x}\, \left (a \sqrt {x}+b \right )}\, \sqrt {a}+b}{2 \sqrt {a}}\right )\right )}{\sqrt {\sqrt {x}\, \left (a \sqrt {x}+b \right )}\, b \sqrt {a}}\) \(133\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^(1/2)/(b*x^(1/2)+a*x)^(1/2),x,method=_RETURNVERBOSE)

[Out]

(b*x^(1/2)+a*x)^(1/2)*(2*(b*x^(1/2)+a*x)^(1/2)*a^(1/2)+b*ln(1/2*(2*a*x^(1/2)+2*(b*x^(1/2)+a*x)^(1/2)*a^(1/2)+b
)/a^(1/2))-2*(x^(1/2)*(a*x^(1/2)+b))^(1/2)*a^(1/2)+b*ln(1/2*(2*a*x^(1/2)+2*(x^(1/2)*(a*x^(1/2)+b))^(1/2)*a^(1/
2)+b)/a^(1/2)))/(x^(1/2)*(a*x^(1/2)+b))^(1/2)/b/a^(1/2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^(1/2)/(b*x^(1/2)+a*x)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/(sqrt(a*x + b*sqrt(x))*sqrt(x)), x)

________________________________________________________________________________________

Fricas [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^(1/2)/(b*x^(1/2)+a*x)^(1/2),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\sqrt {x} \sqrt {a x + b \sqrt {x}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**(1/2)/(b*x**(1/2)+a*x)**(1/2),x)

[Out]

Integral(1/(sqrt(x)*sqrt(a*x + b*sqrt(x))), x)

________________________________________________________________________________________

Giac [A]
time = 0.63, size = 37, normalized size = 1.09 \begin {gather*} -\frac {2 \, \log \left ({\left | -2 \, \sqrt {a} {\left (\sqrt {a} \sqrt {x} - \sqrt {a x + b \sqrt {x}}\right )} - b \right |}\right )}{\sqrt {a}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^(1/2)/(b*x^(1/2)+a*x)^(1/2),x, algorithm="giac")

[Out]

-2*log(abs(-2*sqrt(a)*(sqrt(a)*sqrt(x) - sqrt(a*x + b*sqrt(x))) - b))/sqrt(a)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {1}{\sqrt {x}\,\sqrt {a\,x+b\,\sqrt {x}}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^(1/2)*(a*x + b*x^(1/2))^(1/2)),x)

[Out]

int(1/(x^(1/2)*(a*x + b*x^(1/2))^(1/2)), x)

________________________________________________________________________________________